Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / ecc78fa

Commit ecc78fa45f0e840836f75b737c596ec87ab91ab2


Parents : e5309ca
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-15T11:36:18+02:00

Added Android serial interface

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Interfaces/Android/SerialInterface.py b/RNS/Interfaces/Android/SerialInterface.py
index c58c513f..2b664bfe 100644
--- a/RNS/Interfaces/Android/SerialInterface.py
+++ b/RNS/Interfaces/Android/SerialInterface.py
@@ -59,7 +59,7 @@ class SerialInterface(Interface):
from usbserial4a import serial4a as serial
self.parity = "N"
else:
- RNS.log("Could not load USB serial module for Android, RNode interface cannot be created.", RNS.LOG_CRITICAL)
+ RNS.log("Could not load USB serial module for Android, Serial interface cannot be created.", RNS.LOG_CRITICAL)
RNS.panic()
else:
raise SystemError("Android-specific interface was used on non-Android OS")

Served by rngit 1.5.2 - Generated in 0.03s